libcoap 4.3.5
Loading...
Searching...
No Matches
coap_defines.h File Reference

List of libcoap library build defines. More...

Go to the source code of this file.

Macros

#define COAP_AF_UNIX_SUPPORT   1
 
#define COAP_ASYNC_SUPPORT   1
 
#define COAP_CLIENT_SUPPORT   1
 
#define COAP_DISABLE_TCP   0
 
#define COAP_EPOLL_SUPPORT   1
 
#define COAP_IPV4_SUPPORT   1
 
#define COAP_IPV6_SUPPORT   1
 
#define COAP_OSCORE_SUPPORT   1
 
#define COAP_PROXY_SUPPORT   1
 
#define COAP_Q_BLOCK_SUPPORT   1
 
#define COAP_SERVER_SUPPORT   1
 
#define COAP_THREAD_RECURSIVE_CHECK   1
 
#define COAP_THREAD_SAFE   1
 
#define COAP_WITH_LIBOPENSSL   1
 
#define COAP_WITH_OBSERVE_PERSIST   1
 
#define COAP_WS_SUPPORT   1
 

Detailed Description

List of libcoap library build defines.

Definition in file coap_defines.h.

Macro Definition Documentation

◆ COAP_AF_UNIX_SUPPORT

#define COAP_AF_UNIX_SUPPORT   1

Definition at line 22 of file coap_defines.h.

◆ COAP_ASYNC_SUPPORT

#define COAP_ASYNC_SUPPORT   1

Definition at line 25 of file coap_defines.h.

◆ COAP_CLIENT_SUPPORT

#define COAP_CLIENT_SUPPORT   1

Definition at line 28 of file coap_defines.h.

◆ COAP_DISABLE_TCP

#define COAP_DISABLE_TCP   0

Definition at line 34 of file coap_defines.h.

◆ COAP_EPOLL_SUPPORT

#define COAP_EPOLL_SUPPORT   1

Definition at line 37 of file coap_defines.h.

◆ COAP_IPV4_SUPPORT

#define COAP_IPV4_SUPPORT   1

Definition at line 40 of file coap_defines.h.

◆ COAP_IPV6_SUPPORT

#define COAP_IPV6_SUPPORT   1

Definition at line 43 of file coap_defines.h.

◆ COAP_OSCORE_SUPPORT

#define COAP_OSCORE_SUPPORT   1

Definition at line 49 of file coap_defines.h.

◆ COAP_PROXY_SUPPORT

#define COAP_PROXY_SUPPORT   1

Definition at line 52 of file coap_defines.h.

◆ COAP_Q_BLOCK_SUPPORT

#define COAP_Q_BLOCK_SUPPORT   1

Definition at line 55 of file coap_defines.h.

◆ COAP_SERVER_SUPPORT

#define COAP_SERVER_SUPPORT   1

Definition at line 58 of file coap_defines.h.

◆ COAP_THREAD_RECURSIVE_CHECK

#define COAP_THREAD_RECURSIVE_CHECK   1

Definition at line 61 of file coap_defines.h.

◆ COAP_THREAD_SAFE

#define COAP_THREAD_SAFE   1

Definition at line 64 of file coap_defines.h.

◆ COAP_WITH_LIBOPENSSL

#define COAP_WITH_LIBOPENSSL   1

Definition at line 73 of file coap_defines.h.

◆ COAP_WITH_OBSERVE_PERSIST

#define COAP_WITH_OBSERVE_PERSIST   1

Definition at line 82 of file coap_defines.h.

◆ COAP_WS_SUPPORT

#define COAP_WS_SUPPORT   1

Definition at line 85 of file coap_defines.h.